CloudTableQuery Methods

Storage Client Library NET API

[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]

Public Methods (see also Protected Methods)

 NameDescription
public methodBeginExecuteSegmentedOverloaded.  
public methodEndExecuteSegmentedEnds an asynchronous operation to execute a query and return the results as a result segment.
public methodEquals  (Inherited from Object)
public methodExecuteOverloaded.  
public methodExpandExpands the specified path.
public methodGetEnumeratorReturns an enumerator that iterates through the collection.
public methodGetHashCode  (Inherited from Object)
public methodGetType  (Inherited from Object)
public methodToStringOverridden. Returns a String that represents this instance.

Protected Methods (see also Extension Methods)

 NameDescription
protected methodFinalize  (Inherited from Object)
protected methodMemberwiseClone  (Inherited from Object)

Extension Methods

 NameDescription
public extension methodAsTableServiceQuery  Converts a query of type DataServiceQuery to a CloudTableQuery object that handles continuation tokens and retries failed calls to the Table service. (Defined by TableServiceExtensionMethods.)

Explicit Interface Implementations

 NameDescription
GetEnumeratorReturns an enumerator that can be used to iterate through a collection.

See Also